home *** CD-ROM | disk | FTP | other *** search
/ Glamour Girls 1 / Glamour Girls I.iso / mac / Glamour Girls Movies / 00453_Script_453 < prev    next >
Text File  |  1994-07-03  |  424b  |  21 lines

  1. global soundVolume
  2. set the volume of sound 1 = soundVolume
  3. if rollOver (17) then
  4.   go to "1"
  5. else if rollOver (18) then
  6.   go to "2" 
  7. else if rollOver (19) then
  8.   go to "3"
  9. else if rollOver (20) then
  10.   go to "4"
  11. else if rollOver (21) then
  12.   go to "5"
  13. else if rollOver (22) then
  14.   go to "6"
  15. else if rollOver (23) then
  16.   go to "7"
  17. else if rollOver (24) then
  18.   go to "8" 
  19. else 
  20.   go to "Main"
  21. end if